SftTree/OCX 7.0

SftTreeItems.Style Property

Softel vdm, Inc.

Defines the item style.

Syntax       

Get

VB.NET

Style = object.Style  As SftTreeItemStyleConstants

VB

Style = object.Style  As SftTreeItemStyleConstants

C#.NET

SftTreeItemStyleConstants Style = object.Style;

VC++

enum SftTreeItemStyleConstants Style = object->Style;
enum SftTreeItemStyleConstants Style = object->GetStyle();

C

HRESULT object->get_Style(enum SftTreeItemStyleConstants* Style);

Delphi

Style := object.Style  : TOleEnum;

Put

VB.NET

object.Style = Style  As SftTreeItemStyleConstants

VB

object.Style = Style  As SftTreeItemStyleConstants

C#.NET

SftTreeItemStyleConstants object.Style = Style;

VC++

enum SftTreeItemStyleConstants object->Style = Style;
void object->PutStyle(enum SftTreeItemStyleConstants Style);

C

HRESULT object->put_Style(enum SftTreeItemStyleConstants Style);

Delphi

object.Style := Style  : TOleEnum;

object

A SftTreeItems object.

Style

Defines the item style.

Style

Value

Description

itemSftTreeFixed

0

All items in the tree control have the same height.

itemSftTreeVariable

1

The height of each item in the tree control may vary based on item attributes, such as fonts used, graphics sizes, etc.

Comments

The Style property defines the item style.

It determines whether fixed height or variable height items are used.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com